Saltar al contenido principal
POST
[Beta] Report Link Users

Autorizaciones

Authorization
string
header
requerido

A valid API key generated in Topsort's UI. Use a TSE API key for calls to Auctions or Events API.

Cuerpo

application/json

Request to link multiple user IDs that represent the same user.

from
string
requerido

The opaque user ID of the original user account.

Required string length: 1 - 64
Ejemplo:

"user_abc123"

to
string
requerido

The opaque user ID of the target user account to be linked.

Required string length: 1 - 64
Ejemplo:

"user_xyz789"

Respuesta

Users account link was reported successfully.